diff options
| author | Frank <[email protected]> | 2025-10-10 13:21:51 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-10-10 13:21:51 -0400 |
| commit | 98c13a965bad04bf01e2f80f7fdce01b209005c4 (patch) | |
| tree | 43f3bf67056db6730b0ee023204844214a383dbd /packages/console/app/src/routes/workspace/[id]/model-section.module.css | |
| parent | 310065bd0a7a287b10240c674a4cd6d4082e8c8d (diff) | |
| download | opencode-98c13a965bad04bf01e2f80f7fdce01b209005c4.tar.gz opencode-98c13a965bad04bf01e2f80f7fdce01b209005c4.zip | |
wip: zen
Diffstat (limited to 'packages/console/app/src/routes/workspace/[id]/model-section.module.css')
| -rw-r--r-- | packages/console/app/src/routes/workspace/[id]/model-section.module.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/console/app/src/routes/workspace/[id]/model-section.module.css b/packages/console/app/src/routes/workspace/[id]/model-section.module.css index 68408f78b..420545670 100644 --- a/packages/console/app/src/routes/workspace/[id]/model-section.module.css +++ b/packages/console/app/src/routes/workspace/[id]/model-section.module.css @@ -1,22 +1,3 @@ -[data-slot="section-title"] { - display: flex; - flex-direction: column; - gap: 0.5rem; -} - -[data-slot="section-title"] h2 { - margin: 0; - font-size: 1.25rem; - font-weight: 600; - color: var(--color-text); -} - -[data-slot="section-title"] p { - margin: 0; - color: var(--color-text-secondary); - font-size: 0.875rem; -} - [data-slot="models-list"] { display: flex; flex-direction: column; |
